From 2735b685b4ebb3f9e099916e58c0aef4a72e7095 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Jan 1994 01:03:56 +0000 Subject: [PATCH] Whitespace change. --- src/buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index f69007c9d96..72a05c16fe9 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1212,8 +1212,8 @@ a non-nil `permanent-local' property are not eliminated by this function.") it is currently set up for. This is so that, if the local is marked permanent, and we make it local again below, we don't lose the value. */ - XCONS (XCONS (tem)->car)->cdr = - do_symval_forwarding (XCONS (XSYMBOL (sym)->value)->car); + XCONS (XCONS (tem)->car)->cdr + = do_symval_forwarding (XCONS (XSYMBOL (sym)->value)->car); /* Switch to the symbol's default-value alist entry. */ XCONS (tem)->car = tem; /* Mark it as current for the current buffer. */ -- 2.30.2